joiner
Class JUtil

java.lang.Object
  extended by joiner.JUtil

public class JUtil
extends java.lang.Object


Constructor Summary
JUtil()
           
 
Method Summary
static java.lang.String escapePathforLinux(java.lang.String _path)
           
static boolean isLinux()
           
static java.lang.String removeEscapes(java.lang.String _path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JUtil

public JUtil()
Method Detail

isLinux

public static boolean isLinux()

escapePathforLinux

public static java.lang.String escapePathforLinux(java.lang.String _path)

removeEscapes

public static java.lang.String removeEscapes(java.lang.String _path)